.border-left-radius {
    border-radius: 30px 0 0 30px !important;
}

.border-both-radius{
    border-radius:  30px 30px !important;
}

.border-both-radius~.select2 span.select2-selection.select2-selection--single, .border-both-radius~.select2 span.select2-selection.select2-selection--multiple {
    border-radius: 30px;
}

.border-right-radius,
.border-right-radius~.select2 span.select2-selection.select2-selection--single, .border-right-radius~.select2 span.select2-selection.select2-selection--multiple {
    border: 0;
    border-left: 0;
    border-radius: 0px 30px 30px 0px !important;
}

.form-control.password-control {
    border-right: 0;
    border-left: 0;
}

.select2-selection__rendered,
input,
select,
input::placeholder {
    color: #000000 !important;
    font-family: 'Arial' !important;
    font-size: 1rem !important;
}

select {
    border-radius: 30px !important;
    box-shadow: none;
}

select option {
    background: #072b58;
}


span.select2-selection.select2-selection--single, span.select2-selection.select2-selection--multiple {
    height: 100% !important;
    border: 0 !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple ,
input.form-control {
    padding: .5rem .85rem !important;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Arial' !important;
    color: black !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px !important;
}

.form-control:focus {
    box-shadow: none;
    /* border: 0; */
}


.input-group-text {
    color: black;
    background: white;
    border: 0px !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

.was-validated .form-control,
.was-validated .form-control:invalid,
.form-control.is-invalid {
    border: 0 !important;
    box-shadow: none !important;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #0025ff;
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #0025ff;
}


div#passwordHelpBlock,
#passwordHelpBlockConfirmation {
    border-radius: 30px !important;
    padding-left: 1rem !important;
}

.input-group.input-group-select2 {
    flex-wrap: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    position: absolute !important;
    top: 50% !important;
    height: 0 !important;
    right: 8% !important;
    width: 0 !important;
}



.select2-dropdown {
    padding: 10px 10px 15px 10px;
    background-color: #000000 !important;
    border: 1px solid #2f2f2f;
    font-family: 'Arial';
    color: white !important;
}

input.select2-search__field {
    color: #fffdf3 !important;
    background: #ffffff17 !important;
    border: 1px solid #0000ff !important;
    border-radius: 30px;
    padding-left: 1em !important;
    margin-top: .65em !important;
    margin-bottom: 10px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0000ff !important;
    font-family: 'Arial';
    border-radius: 30px;
    font-size: 1rem !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #000000 !important;
}

.select2-results__option--selectable {
    cursor: pointer;
    padding-left: 0.85rem;
}


input.otp-box.form-control {
    height: 80px;
    margin-left: 0.25em;
    margin-right: 0.25em;
    width: 80px;
    font-size: 45px !important;
    background: #ffffff;
    text-align: center;
    border: 0;
    font-family: 'Pepsi-Regular' !important;
    border-radius: 50%;
}

input.otp-box.form-control[type=number]::-webkit-inner-spin-button,
input.otp-box.form-control[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Añadir esta línea */
    margin: 0;
}

.was-validated .otp-box.form-control:valid,
otp-box.form-control.is-valid {
    background: white !important;
}

input.otp-box.form-control[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

div#timer {
    font-size: 45px;
    font-family: 'Pepsi-Regular';
    color: #828282;
}

input.otp-box.form-control:disabled {
    background: #ffffff36;
    cursor: not-allowed;
}



.alert.alert-blue {
    background: rgb(2, 35, 254);
    border: 0;
    font-size: .85rem;
    background: linear-gradient(90deg, rgb(0 0 182) 0%, rgba(0, 0, 0, 1) 90%);
}


@media only screen and (max-width: 767px) and (orientation: portrait) {
    input.otp-box.form-control {
        height: 60px;
        width: 60px;
        font-size: 36px !important;
    }
    div#timer {
        font-size: 36px;
    }
}